Programming
azw3 |eng | 2015-04-20 | Author:flow, Knowledge [flow, Knowledge]

Linux file-subsystem The Linux file system is tree like hierarchy that consists of hierarchy consisting of directories as well as files. The base of a Linux file system is “/” ...
( Category: Programming June 12,2015 )
epub |eng | 2015-04-20 | Author:flow, Knowledge

Linux file-subsystem The Linux file system is tree like hierarchy that consists of hierarchy consisting of directories as well as files. The base of a Linux file system is “/” ...
( Category: Programming June 12,2015 )
mobi, pdf |eng | 2008-01-15 | Author:Noah Gift; Jeremy Jones

"""Returns Hit Count for Firefox""" def grep(lines,pattern="Firefox"): pat = re.compile(pattern) for line in lines: if pat.search(line): yield line def increment(lines): num = 0 for line in lines: num += 1 ...
( Category: JavaScript June 11,2015 )
mobi, pdf |eng | 2007-01-15 | Author:Michael Rash

[ext_scanner]# nmap -sF -P0 -p 80 -n 71.157.X.X Starting Nmap 4.01 ( http://www.insecure.org/nmap/ ) at 2007-03-05 20:50 EST Interesting ports on 71.157.X.X: PORT STATE SERVICE 80/tcp open|filtered http Nmap finished: ...
( Category: Networking & System Administration June 11,2015 )
mobi |eng | 2011-02-10 | Author:Kerrisk, Michael [Kerrisk, Michael]

( Category: Programming March 20,2015 )
epub, mobi, pdf |eng | 2014-04-16 | Author:Jason Cannon [Cannon, Jason]

3340 $ sudo dmidecode --type memory Size: No Module Installed Size: 4096 MB Size: No Module Installed Size: 4096 MB $ sudo dmidecode --type memory | grep 'Size:' | awk ...
( Category: Networking & System Administration March 4,2015 )
epub, mobi, pdf |eng | 2010-06-14 | Author:Adam Haeder; Stephen Addison Schneiter; Bruno Gomes Pessanha; James Stanger [Adam Haeder; Stephen Addison Schneiter; Bruno Gomes Pessanha; James Stanger]

In practice, users will generally (and often unknowingly) use the system-wide /etc/profile configuration file to start. In addition, they’ll often have three personal files in their home directory: ~/.bash_profile, ~/.bashrc, ...
( Category: Networking & System Administration October 10,2014 )
epub |eng | 2012-07-19 | Author:Bull, Phil, Grant, Rickford [Rickford Grant and Phil Bull]

Tomboy One of the downsides of the new Unity desktop environment is that you can’t run most GNOME panel applets anymore . . . well, not easily anyway. Sticky Notes, ...
( Category: Software Development April 6,2014 )
mobi, epub, pdf |eng | 2004-03-01 | Author:Daniel J. Barrett

Name mt [-f device] command — mt-st Synopsis /bin stdin stdout - file -- opt --help --version The mt (magnetic tape) command performs simple operations on a tape drive, such ...
( Category: Programming March 25,2014 )